/*
Designed by 1234keji.com
QQ：275210931
TEL：15980217181
*/

body {
	background-color: #fff;
}
@media screen and (min-width:1280px){
	.container {max-width: 1280px;}
}
@media screen and (min-width: 1400px){
	.container {max-width: 1400px;}
}

@font-face {
  font-family: "siyuanson";font-weight: 900;src: url("/_upload/tpl/02/b1/689/template689/css//_upload/tpl/02/b1/689/template689/css/../fonts/omq5lLWI2XfJ.woff2") format("woff2"),
  url("/_upload/tpl/02/b1/689/template689/css/../fonts/omq5lLWI2XfJ.woff") format("woff");
  font-display: swap;
}
a{color:#2a2a2a;}
.fl{float:left;}
.fr{float:right;}
/*头部*/
.headbar{
	height: 40px; background-color: #9a0502; line-height: 40px; color: #eee; clear: both; overflow: hidden;
}
.headbar .welcome{ font-size: 14px;  color: #eee; float: left; }
.headbar .welcome a{color: #eee; margin-right: 15px;}
.headbar .topnav{ float:right; }
.headbar form {
            position: relative;
            width: 300px;
            margin: 0 auto;
        }
 
    .headbar    input,.headbar  button {
            border: none;
            outline: none;
        }
 
      .headbar  input {
            width: 160px;;
            height: 40px;
            padding-left: 13px;
        }
 .headbar input::placeholder{ color:#ddd; font-size:14px;}
     .headbar   button {
            height: 40px;
            width: 40px;
            cursor: pointer;
            position: absolute;
        }

.headbar .search{float:left; }
.headbar .bar8 {background: #9a0502;color:#eee; width:300px;}
      .headbar  .bar8 form {
            height: 40px;
        }
     .headbar   .bar8 input {
            width: 0;
            padding: 0 40px 0 15px;
            border-bottom: 2px solid transparent;
            background: transparent;
            transition: .3s linear;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
			color:#eee;
        }
     .headbar   .bar8 input:focus {
            width: 300px;
            z-index: 1;
            border-bottom: 2px solid #F9F0DA;color:#eee;
        }
      .headbar  .bar8 button{background:#d59804;
             font-size: 16px; top: -10;
            right: 0;
            color: #fff
        }
/*       .headbar .bar8 button:before {
            content: "\f002";
            font-family: FontAwesome;
            font-size: 16px;
            color: #fff;
        }*/
.headbar .home_fav{ float:right; margin-left:15px;}
.headbar .home_fav a{color: #fff; font-size: 14px;}
.header {
	padding:40px 0; background: url(/_upload/tpl/02/b1/689/template689/css/../images/head_bg.png) no-repeat right bottom #c51e24;  min-height:160px;

}

.header .logo_left { float: left; }
.header .logo_left img{max-width: 90%;}
.header .logo_right { float: right; margin-top:35px;}
.top_fix{position:fixed; top:0px;z-index:999; width:100%;}
/*菜单*/
 .menu {
	background-color:#eee;
	height: 60px; line-height: 60px;
	width: 100%;
}
 .menu1 {
	background-color:#eee;
	height: 60px; line-height: 60px;
	width: 100%;
}
.venus-menu{
	
}
.venus-menu{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	list-style:none;

	
}
.venus-menu li{
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
}
.venus-menu > li > a{
	padding:18px 56px;
	font-size:18px;
	color:#333;
font-weight:bold;
	text-decoration:none;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
@media screen and (max-width:1200px){
	.venus-menu > li > a{
	padding:18px 35px;
}
}
.venus-menu li:hover > a, .venus-menu li.active a{
	
	color:#333;
}
.venus-menu > li > a i{
	color:#bababa;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i{
	color:#c51e24;
}
.venus-menu ul, .venus-menu ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99;
	width:140px;
}
.venus-menu ul{
	top:56px;
	left:0;
	padding-top:10px;
}
.venus-menu > li > ul > li:first-child a:before{
	content:'';
	position:absolute;
	bottom:48px;
	left:45%;
	margin-left:-48px;
	width:0;
	height:0;
	border-left:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid rgba(255, 255, 255, 0);
	border-bottom:8px solid #c51e24;
}
.venus-menu > li > ul > li ul li:first-child a:before{
	content:'';
	position:absolute;
	bottom:16px;
	left:45%;
	margin-left:-71px;
	width:0;
	height:0;
	border-top:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid #ddd;
	border-bottom:8px solid rgba(255, 255, 255, 0);
}
.venus-menu ul li ul{
	top:0;
	left:100%;
	padding-left:10px;
}
.venus-menu ul li{
	clear:both;
	width:100%;
	border:none;
}
.venus-menu ul li a{
	padding:14px 20px;
	width:100%;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	background:#c51e24;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{ background-color: #ddd; color: #333; }
.venus-menu > li > ul > li:first-child:hover a:before{
	border-bottom-color:#ddd;
}
.venus-menu > li > ul > li ul li:first-child:hover a:before{
	border-right-color:#ddd;
}
.venus-menu > li .indicator{
	position:absolute;
	color:#bababa;
	top:19px;
	right:8px;
	font-size:20px;
	-webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition:color 0.2s linear;
}
.venus-menu > li:hover > .indicator{
	color:#fff;
}
.venus-menu ul > li .indicator{
	top:14px;
	right:8px;
	color:#fff;
}
.venus-menu i{
	line-height:20px !important;
	margin-right:6px;
	font-size:20px;
	float:left;
}
.venus-menu > li.showhide{
	display:none;
	width:100%;
	height:55px;
	cursor:pointer;
	color:#777;
	border-bottom:solid 1px rgba(0, 0, 0, 0.1);
	background:#eee;
}
.venus-menu > li.showhide span.title{
	margin:13px 0 0 20px;
	float:left;
}
.venus-menu > li.showhide span.icon{
	margin:16px 20px;
	float:right;
}
.venus-menu > li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ccc;
}
.venus-menu li.search{
	float:right;
}
.venus-menu li.search form{
	margin:13px 20px 0 0;
}
.venus-menu li.search form input.search{
	height:26px;
	float:right;
	padding-left:5px;
	padding-right:5px;
	color:#777;
	outline:none;
	border:solid 1px #dedede;
	-o-transition:border .3s linear;
	-moz-transition:border .3s linear;
	-webkit-transition:border .3s linear;
	transition:border .3s linear;
}
.venus-menu li.search form input.search:focus{
	border-color:#018A00;
}
.zoom-out{
	-webkit-animation:zoomOut 600ms ease both;
	-moz-animation:zoomOut 600ms ease both;
	-o-animation:zoomOut 600ms ease both;
	animation:zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut{
	0%{
		-webkit-transform:scale(.6);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes zoomOut{
	0%{
		-moz-transform:scale(.6);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes zoomOut{
	0%{
		-o-transform:scale(.6);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes zoomOut{
	0%{
		transform:scale(.6);
	}
	100%{
		transform:scale(1);
	}
}

@media only screen and (max-width:768px){
	.venus-menu li{
		display:block;
		width:100%;background-color: #c51e24; 
	}
	.venus-menu > li > a{
		padding:13px 0 14px 20px; color: #fff;
	}
	.venus-menu > li.brand{
		display:none !important;
	}
	.venus-menu a{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu ul, .venus-menu ul li ul{
		width:100%;
		padding:0;
		left:0;
		border:none;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li:first-child a:before, .venus-menu > li > ul > li ul li:first-child a:before{
		border:none;
	}
	.venus-menu ul li{
		border-left:none;
		border-right:none;
	}
	.venus-menu ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.venus-menu ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li .indicator{
		top:14px;
		right:20px;
		font-size:20px;
	}
	.venus-menu ul > li .indicator{
		top:10px;
		right:20px;
	}
	.venus-menu li.search form{
		margin:12px 18px 0 18px;
	}
	.venus-menu li.search form input.search{
		width:100%;
		margin-bottom:12px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li > ul > li > ul > li > a{
		padding-left:60px !important;
	}
	.venus-menu > li > ul > li > ul > li > ul > li > a{
		padding-left:80px !important;
	}
}



.banner{ width: 100%; background: #eee;  min-height:100px;margin: 0 auto; text-align: center;}
/* 图片切换css */
.slideBox { padding-top:260px;
	width: 100%;
    overflow: hidden;
    position: relative;
    background: #ddd;
    min-height:100px;
    margin-bottom:25px;
    min-height:300px;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 48%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #c51e24;
	color: #fff;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 12px;
	cursor: pointer;
	transition: all .3s ease-in;
	height: 12px;
	border-radius: 50%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 4px solid #9a0502;
}
.slideBox .hd ul li:hover {
	border: 2px solid #9a0502;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	display: block;
	overflow: auto;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,  .slideBox .next {
	position: absolute;
	left: 3%;
	top: 65%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(/_upload/tpl/02/b1/689/template689/css/../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}

.inner_p{padding-top:260px;}

/*新闻模块通用*/

.news{margin-top:20px;}
.news .news_title  {   font-size: 20px; font-weight: bold; color: #c51e24; height:60px; line-height:60px; border-bottom:1px solid #ddd;}
.news .news_title .newstitle{color: #c51e24;  font-size:24px; font-weight:bold;  height:60px; line-height:60px; float: left;font-family:"siyuanson"; border-bottom:3px solid #ecb017;}
.news  .news_title .newstitle i{color:#c51e24; font-size:24px; line-height:60px;}
.news .news_title span{color: #333;  font-size:18px; font-weight:bold;}
.news  .more{float:right; color:#bba461;font-size:14px;}
.news .more a{color: #bba461; font-size: 14px;}
.news .news_con {  padding:10px 0px; }
.news .news_con li{ 	font-size: 16px;
	height: 36px;
	line-height: 36px;
	/*background: url(/_upload/tpl/02/b1/689/template689/css/../images/icon1.png) left center no-repeat;
	padding-left: 12px;*/border-bottom: 1px dotted #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;width: 100%;
}
.news .news_con li a{ color:#222;font-size: 16px;float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;}
.news .news_con li span{	float:right; color:#999; font-size: 14px; }
 .toutiao .t{color:#c51e24;width:100%;overflow:hidden;line-height:32px;font-size:18px;font-weight:bold; text-overflow:ellipsis; white-space:nowrap;}
 .toutiao .t a{ color: #c51e24; }
 .toutiao .c {margin-bottom: 15px;display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;}
 .toutiao .c a {font-size: 14px; color: #999; line-height: 24px; }

.news .news_con .btn-link {width:100%; background:#eee; text-align:center; height:50px; line-height:50px; margin-bottom:10px;}
.news .news_con .btn-link:hover {background:#c51e24;}
.news .news_con .btn-link a{color:#c51e24;font-size:18px; }
.news .news_con .btn-link:hover a{background:#c51e24; color:#fff;font-size:18px;}
.news .news_con i{color:#c51e24 ;float: left;    line-height: 32px;}
	.img-links{padding:20px 0 10px;} 
/*新闻模块日历样式*/
.news  .rili{}
.news .rili .con{ padding:5px 0px;}
.news .rili .news_list {}
.news .rili .news_list li.gg{margin-top:0px;border-bottom:1px solid #dedede;padding:14px 0}
.news .rili .news_list li.gg.n3{border:none}
.news .rili .news_list li.gg:hover .news_date{background: #c51e24;}
.news .rili .news_list li.gg:hover .news_date .news_year{color: #fff;}
.news .rili .news_list li.gg .news_date{float: left;width: 78px;padding:0 7px;padding-bottom:7px; line-height:26px;margin-top:3px;margin-right: -80px;font-family:"Microsoft YaHei";background: #fd5a60;text-align:center;vertical-align:middle;}
.news .rili .news_list li.gg .news_date .news_year{padding: 0 4px;font-size: 14px;color: #fff;}
.news .rili .news_list li.gg .news_date .news_days{font-size: 27px;line-height:34px;color: #1a2a4f;background: #fff;vertical-align:top; }
.news .rili .news_list li.gg .news_wz{width:100%;} 
.news .rili .news_list li.gg .news_wz .newcon{margin-left:100px;padding:4px 0}
.news .rili .news_list li.gg .biaoti a{line-height: 32px;margin-top: 0px;font-size: 16px;color:#333;max-height:64px;overflow:hidden}  
.links a{font-size:18px;line-height:46px; color:#333; margin-right:20px;}

/*图标链接*/
.btn-links {width:100%;background:#eee;padding:0;}
.btn-links .btn-link{width:100%; min-height:165px;  padding:25px 5px; text-align:center;}
.btn-links .btn-link .ico i{font-size:58px; color:#9a0502;}
.btn-links .btn-link .tit {font-size:18px; color:#222;line-height:32px; margin-top:15px;}
.btn-links .btn-link:hover{background-color:#9a0502; background-image: url(/_upload/tpl/02/b1/689/template689/css/../images/btn-link-bg.png);background-position:center center;background-repeat:no-repeat;}
.btn-links .btn-link:hover .ico i{color:#fff;}
.btn-links .btn-link:hover .tit{color:#fff;}

/*教学科研平台链接*/
.pic-link{padding:15px;   }
.pic-link img{transition:all 0.4s ease-in-out;}
.pic-link:hover img{transform:scale(1.1,1.1);}

/**标题栏新闻窗口**/
.post { margin-bottom:10px; }
.post .tt {display:inline-block;width:100%; height:54px; border-bottom:2px solid #ddd;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 32px;font-weight:bold;padding-left:38px;background:url(/_upload/tpl/02/b1/689/template689/css/../images/tt_l.png) left center no-repeat;} /**标题字体**/
.post .tt .tit .title {display:block;color: #dc1313;font-family:"Microsoft yahei";line-height:43px;}
.post .tt .tit .name{ display:none;  color:#333; }/*栏目别名*/
.post .con { padding: 11px 0 0; margin:0 auto; }
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(/_upload/tpl/02/b1/689/template689/css/../images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;*display:inline; *zoom:1; height: 26px;margin-top: 8px;line-height: 26px;float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size:14px; cursor:pointer;color:#7d7d7d;} 
.post .more_btn a{color:#666;} 
.post .more_btn a:hover .more_text{color:#dc1313;} 

/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 32px;padding-left:0px;font-size: 16px;} /**标题图标**/
.news_list li.news span.news_title { float:left;padding-left:10px;background:url(/_upload/tpl/02/b1/689/template689/css/images/point.jpg) 3px center no-repeat; }/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #7d7d7d;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}

.cont{width:100%;}


.kjrk{padding:15px 0px;}
.kjrk li{width:100%;background:#ddd; padding:15px 10px;text-align:center;margin-bottom:15px;}
.kjrk li i{font-size:30px;color:#dc1313;}
.kjrk li p{color:#dc1313;font-size:20px; line-height:32px;}
.kjrk li a{color:#dc1313;font-size:20px; line-height:32px;}
.kjrk li:hover{background:#dc1313;}
.kjrk li:hover i{color:#fff;}
.kjrk li:hover a{color:#fff;}


/*日历新闻样式1*/
.rili2{}
.rili2 .con{ padding:5px 0px;}
.rili2 .news_list {}
.rili2 .news_list li.news{margin-top:20px;    background: #fff; border: 1px solid #ddd;}
.rili2 .news_list li.news.n1{margin-top:10px; }
.rili2 .news_list li.news .news_date{float: left;width: 84px;margin-right:-90px;text-align:center;    background: #99211e;}
.rili2 .news_list li.news .news_date .news_year{line-height: 56px;font-size: 40px; height: 50px;color:#fff;transition:all 0s ease-in-out;    font-family: "宋体";
    font-weight: bold;}
.rili2 .news_list li.news .news_date .news_days{line-height:25px; font-size: 12px; color:#fff;font-weight:bold;height: 30px;}
.rili2 .news_list li.news .news_wz{width:100%;}
.rili2 .news_list li.news .news_wz .news_con{margin-left:110px;    padding: 10px 20px 8px 0;} 
.rili2 .news_list li.news .news_title2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-height: 30px;height:62px;overflow: hidden;font-size:18px;    
    vertical-align: middle;} 
.rili2 .news_list li.news:hover .news_date{ background: #cb2925;}
.rili2 .news_list li.news:hover .news_date .news_year{color:#fff;}
.rili2 .news_list li.news:hover .news_date .news_days{color:#fff;}



/*底部样式*/
.footer{ width:100%;padding:25px 0px;line-height: 32px;margin-top:20px;background-color: #960300; 
border-top:4px solid #f5ad00;	font-size:18px; color:#fff;}	
.footer i{font-size:18px; line-height:32px;}
.footer a{ color:#fff; margin-left:20px; font-size:18px;}

.footer .copyright {text-align:center;}
.footer .flogo {padding:25px;}
.footer .flogo img{width:80%;}
.footer .qrcode {padding:15px;float:right;}
.footer .qrcode p{text-align:center;}
.footer .qrcode img {max-width:130px;}

/*栏目页侧边栏*/
.sidebar {
	


	width: 100%;

  margin-top: 15px; 

background: #eee;
    float: left;
    padding-bottom: 100px;

}
.sidebar .sidetit {
	    width: 100%;
    float: left;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    color: #fff;
	background-color: #c51e24;
    border-bottom: 3px solid #ffd570;
}

.sidebar .list-group {
	margin-top: 15px; 
}
.sidebar .list-group li.selected{background: #ddd;}
.sidebar .list-group .listname {
	line-height: 30px;
	color: #c51e24;

	   border-bottom: 1px solid #d7d7d7;
	text-align: left;
	padding: 0 20px 0 50px;
}
.sidebar .list-group .listname a {
	


	text-decoration: none;
	
    height: 44px;
    line-height: 44px;
 
    font-size: 16px;
    color: #333;
    text-align: center;
}

.column-list-wrap .sub-list li a {
	font-size: 14px;
}
.column-list-wrap .sub-list li a:hover {
	background-color: #D6D6D6;
	color: #121212;
}
.column-list-wrap .sub-list li.selected a.selected {
	background-color: #ffffff;
	color: #d00d16;
}
.column-list-wrap .sub-list li a span {
	padding: 13px 10px;
	line-height: 18px;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-position: 26px 10px;
	background-color: #f5f5f5;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
	background-position: 26px 10px;
}
.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}
.listmain .listitle {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
	color: #c51e24;
	background-color: #FFF;
	margin-top: 15px;
}
.listmain .listitle .path {
	height: 40px;
	line-height: 40px;
	 color: #666;
	font-size: 14px;
}
.listmain .listitle .path a {
	color: #333;	height: 40px;
	line-height: 40px;
}
.listmain .listitle .path a:hover{ color:#c51e24;}
.listcon {
	min-height: 400px;
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 15px;
}
.listcon a{ color: #333; }

/*文章页样式*/
.content {
	margin-top: 15px;
	min-height: 500px;
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 15px;
}
.content .maintitle {
	
	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #c51e24;
}
.content .subtitle {
	font-size: 18px;
	text-align: center;
	color: #666;
}
.content .attributes {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-bottom: #ddd solid 1px;
}
.content .article {
	padding: 15px;max-width:1000px;margin:0 auto;
}

.content .print {
	margin-bottom: 10px;
	float: right;
	padding-right: 15px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.content .print a {
	color: #333;
}
/*特殊样式*/
.wp_article_list .list_item {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #ccc;
	vertical-align: top;
font-size: 16px;}
	.wp_article_list .list_item .Article_Index{display: none;}
	.dtjt8_div_img{max-width: 100%;}

.cards .card {background: #fff;}
.cards .card-heading { color: #333; font-size: 16px; 
overflow:hidden; 
text-overflow:ellipsis; 
white-space: normal; 
display:-webkit-box; 
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
 


  }
  .cards .card-date{padding: 15px 10px ; background: #fff; color: #c51e24;font-size: 14px;}
  .cards .card-button{float: right;padding: 0px 15px 10px 0px;}
.imgscroll2_td {padding:0 15px;}
.focus-title-bar{overflow:hidden;}